Papers with online fashion
Identifying Named Entities as they are Typed (2021.eacl-main)
Copied to clipboard
| Challenge: | Named Entity Recognition (NER) systems are not applicable to systems that process text in real time as the text is typed. |
| Approach: | They propose a new experimental setup for evaluating Named Entity Recognition systems that evaluates named entities as they are typed on a sentence level . they propose to adapt existing evaluation setups to suit the new setup . |
| Outcome: | The proposed setup shows that the best systems that are evaluated on each token after its typed reach performance within 1–5 F1 points of systems that were evaluated at the end of the sentence. |
Text Augmentation in a Multi-Task View (2021.eacl-main)
Copied to clipboard
| Challenge: | a multi-task view of data augmentation allows for a more robust performance than traditional augmentation. |
| Approach: | They propose a multi-task view of data augmentation where original and augmented samples are weighted substantively during training. |
| Outcome: | The proposed model improves on three benchmark text classification datasets. |
Incremental Text-to-Speech Synthesis with Prefix-to-Prefix Framework (2020.findings-emnlp)
Copied to clipboard
Mingbo Ma, Baigong Zheng, Kaibo Liu, Renjie Zheng, Hairong Liu, Kainan Peng, Kenneth Church, Liang Huang
| Challenge: | Text-to-speech synthesis (TTS) has seen rapid progress in recent years, but still suffers from latencies. |
| Approach: | They propose a neural incremental TTS approach that synthesizes speech in an online fashion, playing a segment of audio while generating the next. |
| Outcome: | Experiments on English and Chinese TTS show that the proposed approach achieves similar speech naturalness compared to full sentence TTS, but with a constant (1-2 words) latency. |